Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.platform.comment.service.default.graph--graphs

This contribution is part of XML component org.nuxeo.ecm.platform.comment.service.default.graph inside nuxeo-platform-comment-core-9.10.jar /OSGI-INF/comment-graph-contrib.xml

Extension Point

Extension point graphs of component RelationService.

Contributed Items

  • <graph name="documentComments" type="core">
          <option name="doctype">CommentRelation</option>
          <namespaces>
            <namespace name="comment">http://www.nuxeo.org/comments/uid</namespace>
            <namespace name="isCommentFor">
              http://www.nuxeo.org/predicates/isCommentFor
            </namespace>
            <namespace name="document">http://www.nuxeo.org/document/uid</namespace>
          </namespaces>
        </graph>

XML Source

<extension point="graphs" target="org.nuxeo.ecm.platform.relations.services.RelationService">
    <graph name="documentComments" type="core">
      <option name="doctype">CommentRelation</option>
      <namespaces>
        <namespace name="comment">http://www.nuxeo.org/comments/uid</namespace>
        <namespace name="isCommentFor">
          http://www.nuxeo.org/predicates/isCommentFor
        </namespace>
        <namespace name="document">http://www.nuxeo.org/document/uid</namespace>
      </namespaces>
    </graph>
  </extension>